home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / okprint.zip / PRINTIT.BAS (.txt) next >
QuickBASIC Tokenized Source  |  1991-11-14  |  1KB  |  14 lines

  1. linput
  2. *** PRINTIT Copyright (c) 1991 by Joe Newman
  3.  Donated to the public domainb
  4.  This program is a very simple printing utility...it just takes the
  5.  user specified file and prints it, skipping the page break every 60
  6.  lines.  The user may change the pagebreak by modifying this code.
  7.  This program makes no other attempt to format text; i.e. lines that
  8.  are longer than 80 chars. etc.t
  9. Please enter path and name of file to print: "
  10. *** PB is for PAGEBREAK!!!
  11. Printing "
  12. Printing "
  13.  *** 12 is Form Feed
  14.